home *** CD-ROM | disk | FTP | other *** search
/ Internet News 2000 October / Internet News 2000-10 - CD-ROM.rar / IN200010.BIN / Browser / ie55 / MDAC_IE5.CAB / common98.dll / RCDATA / 71
Text File  |  1999-02-08  |  667b  |  19 lines

  1. rem
  2. rem VcOsDir is used to help create either a Windows 95 or Windows NT specific path.
  3. rem
  4. set VcOsDir=WIN95
  5. if "%OS%" == "Windows_NT" set VcOsDir=WINNT
  6.  
  7. rem
  8. echo Setting environment for using Microsoft Visual C++ tools.
  9. rem
  10.  
  11. if "%OS%" == "Windows_NT" set PATH=%MSDevDir%\BIN;%MSVCDir%\BIN;%VSCommonDir%\TOOLS\%VcOsDir%;%VSCommonDir%\TOOLS;%PATH%
  12. if "%OS%" == "" set PATH="%MSDevDir%\BIN";"%MSVCDir%\BIN";"%VSCommonDir%\TOOLS\%VcOsDir%";"%VSCommonDir%\TOOLS";"%windir%\SYSTEM";"%PATH%"
  13. set INCLUDE=%MSVCDir%\ATL\INCLUDE;%MSVCDir%\INCLUDE;%MSVCDir%\MFC\INCLUDE;%INCLUDE%
  14. set LIB=%MSVCDir%\LIB;%MSVCDir%\MFC\LIB;%LIB%
  15.  
  16. set VcOsDir=
  17. set VSCommonDir=
  18.  
  19.